home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 March
/
Gamestar_71_2005-03_dvd.iso
/
Dema
/
willofsteel_demo.exe
/
{app}
/
Data
/
gui
/
RegiseterFunction.mac
< prev
next >
Wrap
Text File
|
2004-12-18
|
2KB
|
30 lines
PerunRegisterPGUICallbackFunction("MAP" , (CTRL_CALLBACK)MapSH );
PerunRegisterPGUICallbackFunction("COMPASS" , (CTRL_CALLBACK)CompassSH );
PerunRegisterPGUICallbackFunction("CREDITS" , (CTRL_CALLBACK)Credits );
PerunRegisterPGUICallbackFunction("PLAYDEMO" , (CTRL_CALLBACK)PlayDemo );
PerunRegisterPGUICallbackFunction("ESCAPE" , (CTRL_CALLBACK)Escape );
PerunRegisterPGUICallbackFunction("SHOWMENU" , (CTRL_CALLBACK)ShowMenu );
PerunRegisterPGUICallbackFunction("QUITDEMO" , (CTRL_CALLBACK)QuitDemo);
PerunRegisterPGUICallbackFunction("PLAYDEMONOVIDEO" , (CTRL_CALLBACK)PlayDemoNoVideo );
PerunRegisterPGUICallbackFunction("MISSION" , (CTRL_CALLBACK)Mission );
PerunRegisterPGUICallbackFunction("ESCINIT" , (CTRL_CALLBACK)EscapeInit );
PerunRegisterPGUICallbackFunction("INGAMEGUIID" , (CTRL_CALLBACK)RememberID );
PerunRegisterPGUICallbackFunction("PROFILE" , (CTRL_CALLBACK)ProfileFunc );
PerunRegisterPGUICallbackFunction("OPTIONS" , (CTRL_CALLBACK)OptionsFunc );
PerunRegisterPGUICallbackFunction("REGPOOLFRAME" , (CTRL_CALLBACK)RegPOOLframe );
PerunRegisterPGUICallbackFunction("REGVUPGRADES" , (CTRL_CALLBACK)RegVUpgrades );
PerunRegisterPGUICallbackFunction("REGSUPGRADES" , (CTRL_CALLBACK)RegSUpgrades );
PerunRegisterPGUICallbackFunction("REGVPOOL" , (CTRL_CALLBACK)RegVPool );
PerunRegisterPGUICallbackFunction("REGSPOOL" , (CTRL_CALLBACK)RegSPool );
PerunRegisterPGUICallbackFunction("REGVBUTTON" , (CTRL_CALLBACK)RegVButton );
PerunRegisterPGUICallbackFunction("REGSBUTTON" , (CTRL_CALLBACK)RegSButton );
PerunRegisterPGUICallbackFunction( "RESTART", (CTRL_CALLBACK)RestartLevel );
PerunRegisterPGUICallbackFunction( "MAINMENU", (CTRL_CALLBACK)MainMenu );
PerunRegisterPGUICallbackFunction( "MAINMENU2", (CTRL_CALLBACK)MainMenu2 );
PerunRegisterPGUICallbackFunction( "MAINMENU3", (CTRL_CALLBACK)MainMenu3 );
PerunRegisterPGUICallbackFunction( "EscapeEscape", (CTRL_CALLBACK)EscapeEscape );